projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01b80a6
)
Fix misreporting of window top line
author
Po Lu
<luangruo@yahoo.com>
Fri, 14 Jul 2023 07:33:48 +0000
(15:33 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 14 Jul 2023 07:33:48 +0000
(15:33 +0800)
* src/frame.h (FRAME_TOOL_BAR_TOP_LINES): Return tool_bar_lines,
not tool_bar_height.
src/frame.h
patch
|
blob
|
history
diff --git
a/src/frame.h
b/src/frame.h
index 44eefa357fc1f8d2201ac4d919f6564dde200d32..12a3c460a5fa6ae64c32b42021fb134307464123 100644
(file)
--- a/
src/frame.h
+++ b/
src/frame.h
@@
-1003,7
+1003,7
@@
default_pixels_per_inch_y (void)
#define FRAME_TOOL_BAR_TOP_LINES(f) \
((BASE_EQ ((f)->tool_bar_position, Qtop)) \
- ? (f)->tool_bar_
height
: 0)
+ ? (f)->tool_bar_
lines
: 0)
/* Size of F's tool bar if it is placed at the bottom of the
frame. */